home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global mainpictlist
- if rollOver(11) or rollOver(12) then
- go(the name of cast the mouseCast)
- else
- if (the mouseCast = 61) or rollOver(39) then
- go(the frame)
- else
- if (the mouseCast < 89) or (the mouseCast > 91) then
- set the member of sprite 9 to member getAt(mainpictlist, 3) of castLib "S13"
- go("start")
- end if
- end if
- end if
- end
-